home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / edit / Textra16.lha / Textra116 / Scripts / bol.textra < prev    next >
Encoding:
Text File  |  1992-06-13  |  235 b   |  16 lines

  1. /* beginning of line */
  2.  
  3. options results
  4.  
  5. get cursor position
  6. if (result == SELECT) then do
  7.  
  8.     get select position
  9.     parse var result   startx ' ' starty ' ' endx ' ' endy
  10.  
  11. end
  12. else
  13.     parse var result   startx ' ' starty
  14.  
  15. gotoxy 0 starty
  16.